ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / AxisX Property

In This Topic
    AxisX Property (ChartSeriesBase<T>)
    In This Topic
    Gets or sets the x-axis for the series.
    Syntax
    'Declaration
     
    Public Property AxisX As ChartAxis(Of T)
    public ChartAxis<T> AxisX {get; set;}
    See Also